home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSELECTOBJECTINWINDOW / TFRMSELECTOBJECTINWINDOW.txt < prev   
Encoding:
Text File  |  2003-01-14  |  4.5 KB  |  236 lines

  1. inherited frmSelectObjectInWindow: TfrmSelectObjectInWindow
  2.   Left = 427
  3.   Top = 150
  4.   Width = 451
  5.   Height = 455
  6.   Caption = 'Window Object Browser'
  7.   OldCreateOrder = True
  8.   OnClose = FormClose
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Bevel1: TBevel [1]
  13.     Left = 0
  14.     Top = 57
  15.     Width = 443
  16.     Height = 4
  17.     Align = alTop
  18.     Shape = bsTopLine
  19.   end
  20.   object pnlDescription: TPanel [2]
  21.     Left = 0
  22.     Top = 0
  23.     Width = 443
  24.     Height = 57
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     BorderWidth = 5
  28.     Color = clWindow
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 5
  32.       Top = 5
  33.       Width = 377
  34.       Height = 47
  35.       Align = alClient
  36.       Caption = 'Displays a list of objects contained in the current window.'
  37.       ParentColor = False
  38.       WordWrap = True
  39.     end
  40.     object Panel2: TPanel
  41.       Left = 382
  42.       Top = 5
  43.       Width = 56
  44.       Height = 47
  45.       Align = alRight
  46.       BevelOuter = bvNone
  47.       Color = clWindow
  48.       TabOrder = 0
  49.       object Image1: TImage
  50.         Left = 8
  51.         Top = -4
  52.         Width = 41
  53.         Height = 41
  54.         Picture.Data = {<image000.ico>}
  55.         Transparent = True
  56.       end
  57.     end
  58.   end
  59.   object pnlEditor: TPanel [3]
  60.     Left = 0
  61.     Top = 61
  62.     Width = 443
  63.     Height = 72
  64.     Align = alTop
  65.     BevelOuter = bvNone
  66.     BorderWidth = 5
  67.     TabOrder = 1
  68.     object Label2: TLabel
  69.       Left = 7
  70.       Top = 8
  71.       Width = 274
  72.       Height = 13
  73.       AutoSize = False
  74.       Caption = 'Current window:'
  75.     end
  76.     object lblWindow: TLabel
  77.       Left = 7
  78.       Top = 23
  79.       Width = 3
  80.       Height = 13
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'Tahoma'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object lblClass: TLabel
  89.       Left = 8
  90.       Top = 38
  91.       Width = 3
  92.       Height = 13
  93.     end
  94.     object lblHandle: TLabel
  95.       Left = 8
  96.       Top = 53
  97.       Width = 3
  98.       Height = 13
  99.     end
  100.   end
  101.   object pnlBottom: TPanel [4]
  102.     Left = 0
  103.     Top = 133
  104.     Width = 443
  105.     Height = 247
  106.     Align = alClient
  107.     BevelOuter = bvNone
  108.     BorderWidth = 5
  109.     TabOrder = 2
  110.     object splBottomLeft: TSplitter
  111.       Left = 218
  112.       Top = 5
  113.       Width = 5
  114.       Height = 237
  115.       Cursor = crHSplit
  116.     end
  117.     object pnlBottomLeft: TPanel
  118.       Left = 5
  119.       Top = 5
  120.       Width = 213
  121.       Height = 237
  122.       Align = alLeft
  123.       BevelOuter = bvNone
  124.       TabOrder = 0
  125.       object ttvAAObjects: TTreeView
  126.         Left = 0
  127.         Top = 0
  128.         Width = 213
  129.         Height = 237
  130.         Align = alClient
  131.         Indent = 19
  132.         PopupMenu = PopupMenu1
  133.         ReadOnly = True
  134.         RowSelect = True
  135.         TabOrder = 0
  136.         OnChange = ttvAAObjectsChange
  137.         OnKeyUp = ttvAAObjectsKeyUp
  138.       end
  139.     end
  140.     object pnlBottomRight: TPanel
  141.       Left = 223
  142.       Top = 5
  143.       Width = 215
  144.       Height = 237
  145.       Align = alClient
  146.       BevelOuter = bvNone
  147.       TabOrder = 1
  148.       object memProperties: TListBox
  149.         Left = 0
  150.         Top = 0
  151.         Width = 215
  152.         Height = 237
  153.         Align = alClient
  154.         ItemHeight = 13
  155.         TabOrder = 0
  156.         OnKeyUp = ttvAAObjectsKeyUp
  157.       end
  158.     end
  159.   end
  160.   object pnlBottom2: TPanel [5]
  161.     Left = 0
  162.     Top = 380
  163.     Width = 443
  164.     Height = 30
  165.     Align = alBottom
  166.     BevelOuter = bvNone
  167.     TabOrder = 3
  168.     object pnlButtons: TPanel
  169.       Left = 258
  170.       Top = 0
  171.       Width = 185
  172.       Height = 30
  173.       Align = alRight
  174.       BevelOuter = bvNone
  175.       TabOrder = 0
  176.       object comOK: TButton
  177.         Left = 25
  178.         Top = 2
  179.         Width = 75
  180.         Height = 25
  181.         Caption = 'Insert'
  182.         Default = True
  183.         ModalResult = 1
  184.         TabOrder = 0
  185.         OnClick = comOkClick
  186.       end
  187.       object comCancel: TButton
  188.         Left = 105
  189.         Top = 2
  190.         Width = 75
  191.         Height = 25
  192.         Cancel = True
  193.         Caption = 'Cancel'
  194.         ModalResult = 2
  195.         TabOrder = 1
  196.         OnClick = comCancelClick
  197.       end
  198.     end
  199.   end
  200.   object StatusBar: TStatusBar [6]
  201.     Left = 0
  202.     Top = 410
  203.     Width = 443
  204.     Height = 18
  205.     Panels = <
  206.       item
  207.         Bevel = pbNone
  208.         Width = 50
  209.       end>
  210.     SimplePanel = True
  211.   end
  212.   inherited IvTranslator1: TIvTranslator
  213.     Left = 224
  214.     Top = 128
  215.     TargetsData = (
  216.       1
  217.       2
  218.       (
  219.         '*'
  220.         'Items'
  221.         0)
  222.       (
  223.         'TMemo'
  224.         'Text'
  225.         0))
  226.   end
  227.   object PopupMenu1: TPopupMenu
  228.     Left = 144
  229.     Top = 93
  230.     object R1: TMenuItem
  231.       Caption = 'Refresh'
  232.       OnClick = R1Click
  233.     end
  234.   end
  235. end
  236.